home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / gen_prog / inst103.exe / INTRO.CFG < prev    next >
Text File  |  1994-12-21  |  950b  |  29 lines

  1. build
  2. clrscr
  3. put 31 into #textcolor
  4. clreol
  5. center 1 "Demo Install Program"
  6. gotoxy 1 25
  7. clreol
  8. center 25 "(c) 1994 by Matthew Mastracci"
  9. put 7 into #textcolor
  10. writechar 1 2 1840 "▒"
  11. show
  12. put 79 into #textcolor
  13. window 5 7 75 16 79 79 79 "Installer!" 1
  14. center 8 "Installer! v1.0 - by Matthew Mastracci"
  15. center 10 "This program is designed to aid programmers in creating easy-"
  16. center 11 "to-use, user-friendly installation program.  Not only does it"
  17. center 12 "offer the basic I/O functions and file manipulation functions, but"
  18. center 13 "it also offers a chance to add aesthetics to your installations."
  19. center 15 "-- Matthew Mastracci (Nov 28, 1994)"
  20. readkey $s
  21. put 7 into #textcolor
  22. closewin
  23. clrscr
  24. writeln "NB: READ THE MANUAL!"
  25. writeln
  26. writeln "If you've got any suggestions, or a great example of what this program"
  27. writeln "can do, contact me at one of the addresses listed at the bottom of the"
  28. writeln "manual..."
  29.